src/
├── App.jsx
├── components/
│   ├── PropertyDetails.jsx
│   ├── PropertyFilter.jsx
│   ├── PropertyList.jsx
│   └── SearchBar.jsx
├── utils/
│   └── propertyUtils.js
